home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ For TASM / THUNK95.PAK / DLL32.DEF < prev    next >
Text File  |  1996-02-21  |  2KB  |  55 lines

  1. ;----------------------------------------------------------------------------
  2. ; Thunk95 example program
  3. ; Copyright (c) 1996 by Borland International, All Rights Reserved
  4. ;----------------------------------------------------------------------------
  5. EXPORTS
  6.    ThunkObj_ThunkData32
  7.  
  8. IMPORTS
  9.    ThunkConnect32@24 = kernel32.ThunkConnect32
  10.  
  11. ; These are the 'magic' translation functions exported from kernel32
  12. ; which are called by the assembly code generated by the thunk compiler
  13.    kernel32.FT_Exit0
  14.    kernel32.FT_Exit12
  15.    kernel32.FT_Exit16
  16.    kernel32.FT_Exit20
  17.    kernel32.FT_Exit24
  18.    kernel32.FT_Exit28
  19.    kernel32.FT_Exit32
  20.    kernel32.FT_Exit36
  21.    kernel32.FT_Exit4
  22.    kernel32.FT_Exit40
  23.    kernel32.FT_Exit44
  24.    kernel32.FT_Exit48
  25.    kernel32.FT_Exit52
  26.    kernel32.FT_Exit56
  27.    kernel32.FT_Exit8
  28.    kernel32.FT_Prolog
  29.    kernel32.FT_Thunk
  30.    kernel32.MapHInstLS
  31.    kernel32.MapHInstLS_PN
  32.    kernel32.MapHInstSL
  33.    kernel32.MapHInstSL_PN
  34.    kernel32.QT_Thunk
  35.    kernel32.SMapLS
  36.    kernel32.SMapLS_IP_EBP_12
  37.    kernel32.SMapLS_IP_EBP_16
  38.    kernel32.SMapLS_IP_EBP_20
  39.    kernel32.SMapLS_IP_EBP_24
  40.    kernel32.SMapLS_IP_EBP_28
  41.    kernel32.SMapLS_IP_EBP_32
  42.    kernel32.SMapLS_IP_EBP_36
  43.    kernel32.SMapLS_IP_EBP_40
  44.    kernel32.SMapLS_IP_EBP_8
  45.    kernel32.SUnMapLS
  46.    kernel32.SUnMapLS_IP_EBP_12
  47.    kernel32.SUnMapLS_IP_EBP_16
  48.    kernel32.SUnMapLS_IP_EBP_20
  49.    kernel32.SUnMapLS_IP_EBP_24
  50.    kernel32.SUnMapLS_IP_EBP_28
  51.    kernel32.SUnMapLS_IP_EBP_32
  52.    kernel32.SUnMapLS_IP_EBP_36
  53.    kernel32.SUnMapLS_IP_EBP_40
  54.    kernel32.SUnMapLS_IP_EBP_8
  55.